home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / crossword.swf / scripts / frame_1 / DoAction.as
Text File  |  2011-01-13  |  190b  |  11 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(this.getBytesTotal() <= this.getBytesLoaded())
  5.    {
  6.       delete this.onEnterFrame;
  7.       gotoAndStop("game");
  8.       play();
  9.    }
  10. };
  11.